|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
A card service interface for CHV(Card Holder Verification).
| Method Summary | |
void |
close(SecurityDomain domain)
Resets the CHV performed before. |
void |
verify(SecurityDomain domain,
int number,
byte[] pin)
Performs CHV. |
| Method Detail |
public void verify(SecurityDomain domain,
int number,
byte[] pin)
throws CHVException,
CardServiceException
domain -
the SecurityDomain.number -
the number of the PIN.pin -
the PIN.
CHVException -
if the CHV failed.
CardServiceException -
if the service encountered an error.
public void close(SecurityDomain domain)
throws CardServiceException
domain -
the SecurityDomain.
CardServiceException - if the service encountered an error
.
|
SDK/J Authentication Package ver1.0 RICOH Confidential |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||